net/http.http2timer.Stop (method)

17 uses

	net/http (current package)
		h2_bundle.go#L4854: 		t.Stop()
		h2_bundle.go#L4919: 		defer sc.idleTimer.Stop()
		h2_bundle.go#L4925: 		defer sc.readIdleTimer.Stop()
		h2_bundle.go#L4931: 	defer settingsTimer.Stop()
		h2_bundle.go#L4962: 				settingsTimer.Stop()
		h2_bundle.go#L5098: 	defer timer.Stop()
		h2_bundle.go#L5675: 		st.readDeadline.Stop()
		h2_bundle.go#L5678: 		st.writeDeadline.Stop()
		h2_bundle.go#L6011: 		sc.idleTimer.Stop()
		h2_bundle.go#L6788: 			if !st.readDeadline.Stop() {
		h2_bundle.go#L6814: 			if !st.writeDeadline.Stop() {
		h2_bundle.go#L7309: 	Stop() bool
		h2_bundle.go#L7939: 					tm.Stop()
		h2_bundle.go#L7956: 				cc.idleTimer.Stop()
		h2_bundle.go#L8763: 		cc.idleTimer.Stop()
		h2_bundle.go#L8842: 		defer timer.Stop()
		h2_bundle.go#L9443: 		cc.idleTimer.Stop()